ParameterDownloadOptions(ISet<ElementId>, Boolean, Boolean, ForgeTypeId)
Description:
Autodesk.Revit.DB.
Autodesk.Revit.DB.
Overloads (2):
ParameterDownloadOptions(ISet[ElementId],Boolean,Boolean,ForgeTypeId)
public ParameterDownloadOptions(
ISet<ElementId> categories,
bool isInstance,
bool visible,
ForgeTypeId groupTypeId
)
-
ISet<ElementId>categoriesThe category identifiers.
-
BooleanisInstanceTrue if binding to Element instances, false if binding to Element types.
-
BooleanvisibleTrue if the parameter is visible to the user, false if it is hidden and accessible only via the API.
-
groupTypeIdProperties palette group identifier.
-
A non-optional argument was null
No comments yet. Start the discussion.
Loading…